* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

body::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
}

body::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);
    background: #aaa;
}

body::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #EDEDED;
}

li {
    list-style: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #333;
}

.subNav {
    position: fixed;
    right: 5px;
    z-index: 3;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    top: calc(50% - 114px);
}

.subNav ul li {
    background: #005ca1;
    height: 64px;
    padding: 5px 8px;
    margin-bottom: 2px;
    list-style: none;
    border-radius: 3px;
}

.subNav ul li a {
    text-decoration: none;
    color: white;
}

.icon {
    font-size: 28px !important;
    line-height: 38px;
}

.head {
    width: 85%;
    margin: 0 auto;
    height: 98px;
    position: relative;
}

.head img {
    margin-top: 21px;
}

.head_right {
    position: absolute;
    right: 20px;
    margin-top: -50px;
}

.head_right .slogan {
    font-size: 24px;
    font-weight: bold;
    margin-right: 180px;
}

.head_right .search {
    line-height: 28px;
    width: 180px;
    padding: 3px 0 3px 20px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.head_right .search_btn {
    padding: 10px;
    position: absolute;
    right: 0;
    top: 4px;
    background: #005ca1;
    color: white;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.List {
    width: 85%;
    margin: 0 auto;
}

.List ul {
    width: 100%;
    background: #005ca1;
    height: 42px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.List ul li {
    width: calc(100% / 9);
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    list-style: none;
    position: relative;
}

.List ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
}

.List ul li:hover {
    background: cornflowerblue;
}

.List ul li:hover a {
    font-weight: bold !important;
}

.List ul li:first-child:hover {
    border-top-left-radius: 8px ;
}

.List_active {
    background: cornflowerblue;
    color: #fff;
}

.List_active a {
    font-weight: bold !important;
}

.List_detail {
    width: 100% !important;
    border-radius: 0 !important;
    display: none;
    position: absolute;
    z-index: 2;
}

.List_detail li {
    clear: both;
    width: 100% !important;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 13px !important;
    text-align: center;
    color: white;
    background: #005ca1;
}

.List_detail li a{
    padding: 0 !important;
}

.List_detail li:hover{
    border-radius: 0 !important;
}

.display {
    display: block !important;
}
.main {
    width: 85%;
    margin: 0 auto;
}

.main-banner {
    width: 100%;
}

.main-banner img {
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main1 {
    width: 85%;
    margin: 0 auto;
}

.main1-banner {
    width: 100%;
}

.main1-banner img {
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-B{
    width: calc(100% - 30px);
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}

#footer{
    width: 85%;
    margin: 0 auto;
}
